Provides events indicating changes to the associated text document.
![]() |
---|
The document text changes when the events on this interface fire. Event handlers may retrieve the new text using the IDebugDocumentText interface. |
In addition to the methods inherited from IUnknown, the IDebugDocumentTextEvents interface exposes the following methods.
Methods in Vtable Order
Method | Description |
---|---|
Indicates that the underlying document has been destroyed and is no longer valid |
|
Indicates that new text has been added to the document |
|
Indicates that text has been removed from the document. |
|
Indicates that text has been replaced. |
|
Indicates that the text attributes associated with the underlying character position range have changed. |
|
Indicates that the document attributes changed. |